Câu ví dụ
- thêm câu ví dụ: 1 2 3 4 5 6 7
- After the Boolean expression is false, the for loop terminates.
Ngược lại biểu thức Boolean là sai, vòng lặp kết thúc. - Once the boolean expression is false, the for loop terminates.
Ngược lại biểu thức Boolean là sai, vòng lặp kết thúc. - /Executes when the Boolean expression is false
Câu lệnh sẽ thực hiện nếu biểu thức boolean là sai */ - /Statements will execute if the boolean expression is false
Câu lệnh sẽ thực hiện nếu biểu thức boolean là sai */ - The Boolean expression is used to evaluate conditions.
Kiểu boolean thường được dùng để kiểm tra điều kiện.